home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual dBase v5.5 Compiler / READCMPL.TXT < prev    next >
Text File  |  1995-07-18  |  4KB  |  105 lines

  1.  
  2.               Welcome to the Visual dBASE Compiler
  3.               ------------------------------------
  4.  
  5. This file contains important, late-breaking information about the Visual 
  6. dBASE Compiler, including updates to the documentation. 
  7.  
  8. TABLE OF CONTENTS
  9. -----------------
  10.  1. Configuration and System Requirements
  11.  2. Installing the Visual dBASE Compiler
  12.  3. Installing Resource Workshop
  13.  4. Documentation Updates
  14.  5. Automated Registration Notes
  15.  
  16.  
  17. 1. CONFIGURATION AND SYSTEM REQUIREMENTS
  18. -----------------------------------------
  19. The basic system requirements and supported networks are the same as those 
  20. of Visual dBASE. The Visual dBASE Compiler requires 8.6Mb of disk space.
  21.  
  22.  
  23. 2. INSTALLING THE VISUAL DBASE COMPILER
  24. ---------------------------------------
  25. The compiler must be installed AFTER Visual dBASE has been installed. To 
  26. install the compiler insert the first compiler disk in the disk drive and 
  27. run the SETUP.EXE utility on the disk. The compiler should be installed in
  28. the same directory as the Visual dBASE executable files (usually 
  29. \VISUALDB\BIN).
  30.  
  31. Once the compiler is installed, Visual dBASE changes as follows:
  32.  
  33.   * Additional command options for the COMPILE command are enabled.
  34.   * The BUILD command is enabled.
  35.   * Additional options appear on the Compile dBASE Source Files dialog box.
  36.   * The Build Executable and Deploy Application commands are added to the
  37.     Program menu.
  38.     
  39. To learn how to build and distribute Windows executables with the Visual
  40. dBASE Compiler, see the Programmer's Guide and the on-line Help.    
  41.  
  42.  
  43. 3. INSTALLING RESOURCE WORKSHOP
  44. -------------------------------
  45. To install Resource Workshop insert the first Resource Workshop disk in
  46. the disk drive and run the SETUP.EXE utility on the disk.
  47.  
  48.  
  49. 4. DOCUMENTATION UPDATES
  50. ------------------------
  51. - Using the WAIT command or the INKEY(0) function within a compiled
  52.   application will cause focus to go to the dBASE shell and away from 
  53.   your program. Use the SLEEP command instead.
  54.  
  55. - Using the COMPILE command with the AUTO option will not cause source
  56.   files assigned to properties of objects to be compiled. For example,
  57.   compiling a program containing the line:
  58.     MyForm.View = "MYVIEW.QBE"
  59.   will not cause the file MYVIEW.QBE to be compiled.   
  60.   
  61. - One of the Visual dBASE Runtime Engine files is incorrectly named in
  62.   the Deploy Application dialog Help as DBWRUN55.EXE. The correct file 
  63.   name is DB55RUN.EXE.
  64.  
  65. - If you are compiling an application that uses .VBX controls in a form, 
  66.   you will need to include the .BFM file when you BUILD the application, 
  67.   or distribute it externally.
  68.  
  69. - If you are using VBX/DLL custom controls from a directory other than 
  70.   the current directory (such as \WINDOWS\SYSTEM), you will need to 
  71.   modify the .WFM to strip out the path or your deployed application may 
  72.   not find the .VBXs or .DLLs. Alternatively, you can modify the 
  73.   DBASEWIN.INI [DLLs] section and remove the path from these files 
  74.   (DLL0=) so the form designer will not include a path and will search 
  75.   the Windows path (current directory first, then Windows\System). 
  76.  
  77.  
  78. 5. AUTOMATED REGISTRATION NOTES
  79. -------------------------------
  80. The Visual dBASE Compiler features an automated registration system which 
  81. allows you to register your software with Borland at the time you install 
  82. the product. Registration is accomplished via modem, if a modem is 
  83. available, or by printing out and mailing or faxing your registration 
  84. information.
  85.  
  86. If you start, but do not complete, the automated registration when you
  87. install the compiler, you will be automatically reminded to register after 
  88. 14 days. This reminder can be disabled by removing the command 
  89. "C:\VISUALDB\VDC55REG\remind.exe" from the line that begins "load=" in the 
  90. WIN.INI file in your Windows directory.
  91.  
  92. Under Windows NT, the steps to disable the reminder are different. The
  93. steps are:
  94.   - Double-click on REGEDT32.EXE in the \WINDOWS\SYSTEM32 directory.
  95.   - Find the "HKEY_CURRENT_USER on Local Machine" window.
  96.   - Search the tree for Software\Microsoft\WindowsNT\CurrentVersion\Windows
  97.   - Double-click on the "load" item to bring up the String Editor.
  98.   - Remove the entry for REMIND.EXE from the string.
  99.  
  100. Once you have registered, you can safely remove the directory
  101. \VISUALDB\VDC55REG and the files contained therein.
  102.  
  103.  
  104.  
  105.